SYSTem Subsystem - General Purpose Commands

The SYSTem subsystem includes general commands (listed below), license management commands, and remote interface configuration commands.

Command Summary

SYSTem:ACALibration:DATE?

SYSTem:ACALibration:TEMPerature?

SYSTem:ACALibration:TIME?

SYSTem:BEEPer[:IMMediate]

SYSTem:BEEPer:STATe

SYSTem:CLICk:STATe

SYSTem:DATE

SYSTem:ERRor[:NEXT]?

SYSTem:HELP?

SYSTem:IDENtify

SYSTem:LABel

SYSTem:PRESet

SYSTem:SECurity:COUNt?

SYSTem:SECurity:IMMediate

SYSTem:TEMPerature?

SYSTem:TIME

SYSTem:UPTime?

SYSTem:VERSion?

SYSTem:WMESsage

 

SYSTem:ACALibration:DATE?

Returns the date of the last autocalibration in the format yyyy,mm,dd.

Parameter Typical Return
(none) 2014,4,26
Return the autocalibration date:

SYST:ACAL:DATE?

See Also

SYSTem:DATE

SYSTem:ACALibration:TEMPerature?

Returns the temperature of the last autocalibration in °C.

Parameter Typical Return
(none) +2.42850208E+001
Return the autocalibration temperature:

SYST:ACAL:TEMP?

SYSTem:ACALibration:TIME?

Returns the time of the last autocalibration in the format hh,mm,ss.sss.

Parameter Typical Return
(none) 20,15,30.000
Return the calibration time:

SYST:ACAL:TIME?

See Also

SYSTem:TIME

SYSTem:BEEPer[:IMMediate]

Issues a single beep.

Parameter Typical Return
(none) (none)
Issue a single beep:

SYST:BEEP

SYSTem:BEEPer:STATe {ON|1|OFF|0}
SYSTem:BEEPer:STATe?

Disables or enables the beep heard during continuity, diode, or probe hold measurements, or when an error is generated from the front panel or remote interface.

Parameter Typical Return
{ON|1|OFF|0}. Default: ON. 0 (OFF) or 1 (ON)
Disable beeper state:

SYST:BEEP:STAT OFF

SYSTem:CLICk:STATe {ON|1|OFF|0}
SYSTem:CLICk:STATe?

Disables or enables the click heard when a front panel key or softkey is pressed.

Parameter Typical Return
{ON|1|OFF|0}. Default: ON. 0 (OFF) or 1 (ON)
Disable keyboard click:

SYST:CLIC:STAT OFF

SYSTem:DATE <year>, <month>, <day>
SYSTem:DATE?

Sets the date for the instrument's real-time clock. Use SYSTem:TIME to set the time.

Parameter Typical Return

<year 2000 to 2099
<month> 1 to 12
<day> 1 to 31

+2011,+07,+26
Set system date to July 26, 2011:

SYST:DATE 2011, 7,26

SYSTem:ERRor[:NEXT]?

Reads and clears one error from the error queue. See SCPI Error Messages for the complete SCPI error message list.

Parameter Typical Return
(none) -113,"Undefined header"
Read and clear the first error in the error queue:

SYST:ERR?

See Also

*SRE

SYSTem:HELP?

Returns a complete list of the instrument's SCPI commands.

Parameter Typical Return
(none) (see below)
Return the list of SCPI commands:

SYST:HELP?

SYSTem:IDENtify {DEFault|AT34460A|AT34461A|AT34410A|AT34411A|HP34401A}
SYSTem:IDENtify?

Selects the manufacturer and model number returned by *IDN?. The serial number and revision information are unaffected, and this command does not change instrument operation. Use to avoid changing existing test system code where the manufacturer/model number are verified.

Parameter Typical Return
{DEFault|AT34460A|AT34461A|AT34410A|AT34411A|HP34401A}(see bullet points below)
DEF (see bullet points below), HP34401A, AT34410A, or AT34411A

Select a *IDN? response compatible with the 34401A:

SYST:IDEN HP34401A
*IDN?

Typical Response: HEWLETT-PACKARD,34401A,...

SYSTem:LABel "<string>"
SYSTem:LABel?

Places a message in a large font on the bottom half of the instrument's front panel display.

Parameter Typical Return

A quoted string of up to 40 characters. You can use letters (A-Z), numbers (0-9) and special characters such as @, %, *, and so forth.

Default ""

"Battery DCI"

Set the message to be displayed on the screen:

SYST:LAB "Battery DCI"

To turn off the message, send the following to change the label to a null string. This also removes the label area from the screen:

SYST:LAB ""

SYSTem:PRESet

This command is nearly identical to *RST. The difference is that *RST resets the instrument for SCPI operation, and SYSTem:PRESet resets the instrument for front panel operation. As a result, *RST turns the histogram and statistics off, and SYSTem:PRESet turns them on.

SYSTem:SECurity:COUNt?

Returns the instrument's security count.

Parameter Typical Return
(none) +22
Return the instrument's security count:

SYSTem:SECurity:COUNt?

See Also

CALibration:COUNt?

SYSTem:SECurity:IMMediate

(Requires the SEC option.) Sanitizes all user-accessible instrument memory except for the calibration constants and reboots the instrument. This complies with requirements in chapter 8 of the National Industrial Security Program Operating Manual (NISPOM).

Requires the optional security feature. See Models and Options for details.

Caution

The NISPOM Sanitize softkey and the SYSTem:SECurity:IMMEdiate command are equivalent. They are for customers, such as military contractors, who must comply with NISPOM.

This feature destroys all user-defined state information, measurement data, and user-defined I/O settings such as the IP address. This feature is not recommended for use in routine applications because of the possibility of unintended data loss.

Parameter Typical Return
(none) (none)
Sanitize all user-accessible instrument memory:

SYST:SEC:IMM

SYSTem:TEMPerature?

Returns the instrument's internal temperature in °C.

Parameter Typical Return
(none) +2.85000000E+01
Return the instrument's internal temperature:

SYST:TEMP?

SYSTem:TIME <hour>, <minute>, <second>
SYSTem:TIME?

Sets the time for the instrument's real-time clock. Use SYSTem:DATE to set the date.

Parameter Typical Return
<hour> 0 to 23
<minute> 0 to 59
<second> 0 to 60
20,15,30.000
Set instrument time to 20:15:30 (8:15:30 PM):

SYST:TIME 20,15,30

SYSTem:UPTime?

Returns the amount of time that the instrument has been running since the last power-on.

Parameter Typical Return
(none) +8,+2,+13,+50
Return time that the instrument has been running:

SYST:UPT?

SYSTem:VERSion?

Returns the version of SCPI (Standard Commands for Programmable Instruments) that the instrument complies with. There is no front panel equivalent. See Introduction to the Introduction to the SCPI Language for details.

Parameter Typical Return
(none) 1994.0

Return the SCPI version:

SYST:VERS?

SYSTem:WMESsage "<string>"
SYSTem:WMESsage?

Displays a power-on message.

Parameter Typical Return

A quoted string of up to 40 characters. You can use letters (A-Z), numbers (0-9) and special characters such as @, %, *, and so forth.

Default ""

"RETURN TO JOE AT POST D6"

Display a power-on message:

SYST:WMES "RETURN TO JOE AT POST D6"